Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#552 Fix Hive DDL for tables with long descriptions with '\n' characters. #554

Merged
merged 1 commit into from
Feb 17, 2025

Conversation

yruslan
Copy link
Collaborator

@yruslan yruslan commented Feb 17, 2025

Closes #552

@yruslan yruslan force-pushed the bugfix/552-hive-long-descriptions branch from 5780608 to 9fc8360 Compare February 17, 2025 08:24
Copy link

github-actions bot commented Feb 17, 2025

Unit Test Coverage

Overall Project 84.52% 🍏
Files changed 99.19% 🍏

Module Coverage
pramen:core Jacoco Report 85.37% 🍏
Files
Module File Coverage
pramen:core Jacoco Report SparkUtils.scala 94.95% -0.09% 🍏
HiveHelperSql.scala 94.55% 🍏

@yruslan yruslan force-pushed the bugfix/552-hive-long-descriptions branch from 9fc8360 to 76d80fa Compare February 17, 2025 09:11
Copy link
Contributor

@kevinwallimann kevinwallimann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@yruslan yruslan merged commit 434035c into main Feb 17, 2025
8 checks passed
@yruslan yruslan deleted the bugfix/552-hive-long-descriptions branch February 17, 2025 09:39
@yruslan yruslan mentioned this pull request Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

If a table has a description with line ending characters, or it it very long, the Hive creation fails
2 participants